From: Eli Zaretskii Date: Sat, 22 Oct 2011 09:17:01 +0000 (+0200) Subject: Fix bugs #641 and #9794 with %Z and current-time-zone on w32. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~1883 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=9ff1ed05ccb73c456a5fe27f100f2c1df871338f;p=emacs.git Fix bugs #641 and #9794 with %Z and current-time-zone on w32. nt/config.nt (HAVE_TZNAME, HAVE_DECL_TZNAME): Define. --- diff --git a/nt/ChangeLog b/nt/ChangeLog index d7d8c9b595b..3f7ec75dd6a 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -1,3 +1,8 @@ +2011-10-19 Eli Zaretskii + + * config.nt (HAVE_TZNAME, HAVE_DECL_TZNAME): Define. + (Bug#9794) (Bug#641) + 2011-09-04 Paul Eggert * config.nt (HAVE_SNPRINTF): New macro. diff --git a/nt/config.nt b/nt/config.nt index 923143cf13e..7ab89add0fc 100644 --- a/nt/config.nt +++ b/nt/config.nt @@ -187,7 +187,14 @@ along with GNU Emacs. If not, see . */ #undef TM_IN_SYS_TIME #undef HAVE_TM_ZONE -#undef HAVE_TZNAME + +/* Define to 1 if you don't have `tm_zone' but do have the external array + `tzname'. */ +#define HAVE_TZNAME 1 + +/* Define to 1 if you have the declaration of `tzname', and to 0 if you don't. + */ +#define HAVE_DECL_TZNAME 1 #undef const